From 697b27af65923b7308843632ada1e7015c5cd185 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 1 Nov 2004 02:26:07 +0000 Subject: [PATCH] Clarify warning when reading tracks/routes. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@970 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xcsv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/xcsv.c b/gpsbabel/xcsv.c index 80f2ff58f..1628ece0d 100644 --- a/gpsbabel/xcsv.c +++ b/gpsbabel/xcsv.c @@ -496,7 +496,7 @@ xcsv_rd_init(const char *fname) } if (global_opts.masked_objective & (TRKDATAMASK|RTEDATAMASK)) { - warning(MYNAME "attempting to read %s as a track or route. Converting to waypoints.\n", fname); + warning(MYNAME " attempt to read %s as a track or route, but this module only supports waypoints on read. Reading as waypoints instead.\n", fname); } xcsv_file.xcsvfp = xfopen(fname, "r", MYNAME); -- 2.30.2